home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / fractualuniverse / formulas / trigonomical1.form < prev    next >
Text File  |  1995-12-30  |  173b  |  27 lines

  1. Trigonomical1
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-6.0
  6.         x2= 0.5
  7.         y1=-6.15
  8.         y2= 6.15
  9.     }
  10.     {
  11.         t=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         z=t
  16.         t=sin(z)
  17.         t=cos(t)
  18.         t=tan(t)
  19.         z=z+t
  20.     }
  21.     {
  22.         z>t
  23.     }
  24.     {
  25.     }
  26. }
  27.